home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 September / cd joy 74 No16.iso / pc / data / cooli / quake / utils / maplist.txt next >
Text File  |  1996-07-31  |  1KB  |  26 lines

  1. This is a *really* quick hack I wrote to list all your BSP files into an
  2. aliased echo command called "maplist".  If you put MAPLIST.EXE in your
  3. quake\id1\maps directory, and run it, it will generate "maplist.con" (or
  4. any filename you want it to).  The contents of this file will look a lot
  5. like this:
  6.  
  7. alias maplist "echo BASIN HOUSE TELEXB" etc... these are the names of all
  8. your external BSP files that can run in Quake.  If you add the line :
  9. "exec maps/maplist.con" (or whatever filename you used), then you will get
  10. the list of maps aliased to the "maplist" command in the Quake console.
  11. When you type "maplist" in console, you will get :
  12.  
  13. BASIN HOUSE TELEXB
  14.  
  15. etc. etc... this is assuming you edited your autoexec.cfg file correctly ;)
  16.  
  17.  
  18. If you actually find this program USEFUL in any way, let me know (or better
  19. yet, send money to my "get a pentium so I can *really* play Quake" fund).
  20. If I get enough response, maybe I'll actually spend time making the program
  21. write to other directories, or screen out any regular (built-in) Quake maps
  22. that were unpacked to the /maps dir, etc.  So let me know what you think.
  23.  
  24.  - FuSchnick on undernet IRC #QuakeC
  25. Email : arne@cco.net
  26.